Vcenter FoundationLoadBalancers FilterSpec
The Vcenter FoundationLoadBalancers FilterSpec schema contains parameters used for filter the results when listing load balancers.
This schema was added in vSphere API 9.0.0.0.
{
"owner": "string",
"owner_id": "string",
"name": "string",
"full_info": false
}
The creator name of load balancer.
This property was added in vSphere API 9.0.0.0.
If missing or null
, it won't match creator information when listing load balancers.
The load balancer creator identifier.
This property was added in vSphere API 9.0.0.0.
If missing or null
, it won't match creator information when listing load balancers.
The load balancer name.
This property was added in vSphere API 9.0.0.0.
If missing or null
, it won't match load balancer name when listing load balancers.
The field indicates whether to get load balancer detailed info list, if the value is true, get load balancer detailed info list and ID list, if the value is false, get load balancer ID list only.
This property was added in vSphere API 9.0.0.0.
If missing or null
means get load balancer ID list only.